找传奇、传世资源到传世资源站!

结构化存储C#类库

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】结构化存储C#类库
一个功能比较完善的结构化存储C#类库,可以轻松完成结构化文档的创建和读取。

【相关图片】

from clipboard

【源码结构】
文件清单
└── Storage
    ├── Bin
    │   ├── DocFile.exe
    │   └── ExpertLib.dll
    ├── Common
    │   ├── ArgumentValidation.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── ExpertLib.dll
    │   │   │   └── ExpertLib.pdb
    │   │   └── Release
    │   │       ├── ExpertLib.dll
    │   │       └── ExpertLib.pdb
    │   ├── Common.csproj
    │   ├── Common.csproj.user
    │   ├── Common.csproj.vspscc
    │   ├── Const.cs
    │   ├── Convert.cs
    │   ├── Formula
    │   │   ├── CalcStack.cs
    │   │   ├── Calculator.cs
    │   │   ├── Evaluator.cs
    │   │   ├── ExecutionItem.cs
    │   │   ├── ExecutionQueue.cs
    │   │   ├── OperatorStack.cs
    │   │   ├── Parser.cs
    │   │   ├── Variant.cs
    │   │   └── vssver.scc
    │   ├── IO
    │   │   ├── FileFilter.cs
    │   │   ├── FileIOHelper.cs
    │   │   ├── FileSystemScanner.cs
    │   │   ├── INIFile.cs
    │   │   ├── IScanFilter.cs
    │   │   ├── Storage
    │   │   │   ├── NativeMethods.cs
    │   │   │   ├── StgElementInfo.cs
    │   │   │   ├── Storage.cs
    │   │   │   ├── StorageHelper.cs
    │   │   │   ├── StorageStream.cs
    │   │   │   └── vssver.scc
    │   │   ├── StringFilter.cs
    │   │   ├── TxtFileEncoding.cs
    │   │   └── vssver.scc
    │   ├── Memory
    │   │   ├── ObjectPool.cs
    │   │   └── vssver.scc
    │   ├── mssccprj.scc
    │   ├── obj
    │   │   ├── Common.csproj.FileList.txt
    │   │   ├── Debug
    │   │   │   ├── Common.csproj.GenerateResource.Cache
    │   │   │   ├── ExpertLib.dll
    │   │   │   ├── ExpertLib.pdb
    │   │   │   ├── ExpertLib.SR.srt.resources
    │   │   │   ├── Refactor
    │   │   │   │   └── ExpertLib.dll
    │   │   │   └── TempPE
    │   │   │       ├── SR1.cs.dll
    │   │   │       └── SR.cs.dll
    │   │   └── Release
    │   │       ├── Common.csproj.GenerateResource.Cache
    │   │       ├── ExpertLib.dll
    │   │       ├── ExpertLib.pdb
    │   │       ├── ExpertLib.SR.srt.resources
    │   │       └── TempPE
    │   │           └── SR.cs.dll
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   └── vssver.scc
    │   ├── SR.cs
    │   ├── SR.srt.resx
    │   ├── SR.strings
    │   ├── Text
    │   │   ├── StringHelper.cs
    │   │   └── vssver.scc
    │   └── vssver.scc
    └── DocFile
        ├── DocFile
        │   ├── bin
        │   │   ├── Debug
        │   │   │   ├── DocFile.exe
        │   │   │   ├── DocFile.pdb
        │   │   │   ├── DocFile.vshost.exe
        │   │   │   ├── ExpertLib.dll
        │   │   │   └── ExpertLib.pdb
        │   │   └── Release
        │   │       ├── DocFile.exe
        │   │       ├── DocFile.pdb
        │   │       ├── DocFile.vshost.exe
        │   │       ├── ExpertLib.dll
        │   │       └── ExpertLib.pdb
        │   ├── DocFile.csproj
        │   ├── DocFile.csproj.vspscc
        │   ├── mssccprj.scc
        │   ├── obj
        │   │   ├── Debug
        │   │   │   ├── DocFile.exe
        │   │   │   ├── DocFile.pdb
        │   │   │   ├── Refactor
        │   │   │   ├── ResolveAssemblyReference.cache
        │   │   │   └── TempPE
        │   │   ├── DocFile.csproj.FileList.txt
        │   │   └── Release
        │   │       ├── DocFile.exe
        │   │       ├── DocFile.pdb
        │   │       ├── ResolveAssemblyReference.cache
        │   │       └── TempPE
        │   ├── Program.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   └── vssver.scc
        │   └── vssver.scc
        ├── DocFile.sln
        ├── DocFile.suo
        ├── DocFile.vssscc
        ├── mssccprj.scc
        └── vssver.scc

30 directories, 88 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复